Autogenerated HTML docs for v1.8.1.1-293-gfe737
diff --git a/git-config.html b/git-config.html index 84ce813..4244ea7 100644 --- a/git-config.html +++ b/git-config.html
@@ -2710,6 +2710,20 @@ </p> </dd> <dt class="hdlist1"> +commit.cleanup +</dt> +<dd> +<p> + This setting overrides the default of the <code>--cleanup</code> option in + <code>git commit</code>. See <a href="git-commit.html">git-commit(1)</a> for details. Changing the + default can be useful when you always want to keep lines that begin + with comment character <code>#</code> in your log message, in which case you + would do <code>git config commit.cleanup whitespace</code> (note that you will + have to remove the help lines that begin with <code>#</code> in the commit log + template yourself, if you do this). +</p> +</dd> +<dt class="hdlist1"> commit.status </dt> <dd> @@ -4165,6 +4179,15 @@ </p> </dd> <dt class="hdlist1"> +log.mailmap +</dt> +<dd> +<p> + If true, makes <a href="git-log.html">git-log(1)</a>, <a href="git-show.html">git-show(1)</a>, and + <a href="git-whatchanged.html">git-whatchanged(1)</a> assume <code>--use-mailmap</code>. +</p> +</dd> +<dt class="hdlist1"> mailmap.file </dt> <dd>